home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / ietf / urn / urn-archives / urn-ietf.archive.9701 / 000034_owner-urn-ietf _Thu Jan 30 21:48:19 1997.msg < prev    next >
Internet Message Format  |  1997-02-19  |  2KB

  1. Received: (from daemon@localhost) by services.bunyip.com (8.6.10/8.6.9) id VAA23621 for urn-ietf-out; Thu, 30 Jan 1997 21:48:19 -0500
  2. Received: from mocha.bunyip.com (mocha.Bunyip.Com [192.197.208.1]) by services.bunyip.com (8.6.10/8.6.9) with SMTP id VAA23616 for <urn-ietf@services.bunyip.com>; Thu, 30 Jan 1997 21:48:16 -0500
  3. Received: from paris.ics.uci.edu by mocha.bunyip.com with SMTP (5.65a/IDA-1.4.2b/CC-Guru-2b)
  4.         id AA19685  (mail destined for urn-ietf@services.bunyip.com); Thu, 30 Jan 97 21:48:10 -0500
  5. Received: from kiwi.ics.uci.edu by paris.ics.uci.edu id aa03874;
  6.           30 Jan 97 18:32 PST
  7. Cc: URL mailing list <ietf-url@imc.org>, urn-ietf@bunyip.com
  8. Subject: Re: [URN] Re: Relative URLs and URNs 
  9. In-Reply-To: Your message of "Wed, 29 Jan 1997 18:54:23 MST."
  10.              <199701300607.XAA02743@acl.lanl.gov> 
  11. Date: Thu, 30 Jan 1997 18:32:03 -0800
  12. From: "Roy T. Fielding" <fielding@kiwi.ICS.UCI.EDU>
  13. Message-Id:  <9701301832.aa03874@paris.ics.uci.edu>
  14. Sender: owner-urn-ietf@services.bunyip.com
  15. Precedence: bulk
  16. Reply-To: "Roy T. Fielding" <fielding@kiwi.ICS.UCI.EDU>
  17. Errors-To: owner-urn-ietf@bunyip.com
  18.  
  19. > Thus spoke Keith Moore:
  20. >> If we disallow unencoded '/' within URNs for now, we can always add 
  21. >> relative URNs later when we understand them better.
  22.  
  23. I couldn't disagree more.
  24.  
  25. If '/' is disallowed in URNs, then a conforming parser will reject
  26. a URN containing '/'.  That means you will never be able to introduce
  27. relative URNs.  Creating barriers to technology just because it isn't
  28. understood is a mistake, particularly when the only time '/' is
  29. meaningful for *any* URI is when it is used as a base for parsing
  30. relative URIs.
  31.  
  32. If you aren't using relative forms, then there is no reason to encode '/'.
  33. If you are, then you don't want '/' encoded.  There does not exist a
  34. situation in which it is beneficial to disallow '/' in URNs.
  35.  
  36. .....Roy